beatrun-courses-server-docker/compose.yaml

17 lines
268 B
YAML
Raw Normal View History

2024-08-29 10:38:51 +05:00
services:
server:
2024-08-29 12:22:07 +05:00
user: root
2024-08-29 10:38:51 +05:00
build:
context: .
2024-08-29 10:58:50 +05:00
env_file:
- stack.env
2024-08-29 10:38:51 +05:00
volumes:
2024-08-29 10:58:50 +05:00
- courses:/usr/src/app/public/courses
- data:/usr/src/app/data
2024-08-29 10:38:51 +05:00
ports:
- 6547:6547
2024-09-02 17:16:24 +05:00
restart: unless-stopped
2024-08-29 10:38:51 +05:00
volumes:
courses:
data: