mirror of
https://github.com/Open-Dev-Society/OpenStock.git
synced 2026-06-20 20:36:06 +08:00
9 lines
122 B
YAML
9 lines
122 B
YAML
services:
|
|
openstock:
|
|
build: .
|
|
ports:
|
|
- "3000:3000"
|
|
env_file:
|
|
- .env
|
|
restart: unless-stopped
|