1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-25 08:09:41 +02:00
codex.docs/docker-compose.yml

15 lines
291 B
YAML
Raw Normal View History

2020-11-23 14:09:33 +03:00
version: "3.2"
services:
docs:
build:
dockerfile: docker/Dockerfile.prod
context: .
ports:
- "5005:3000"
env_file:
- .env
2020-11-23 14:09:33 +03:00
volumes:
- ./public/uploads:/uploads
2022-09-29 06:41:24 +08:00
- ./db:/usr/src/app/db
- ./app-config.yaml:/usr/src/app/app-config.yaml