mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
13 lines
218 B
YAML
13 lines
218 B
YAML
services:
|
|
api:
|
|
build: .
|
|
ports:
|
|
- "${PORT}:8080"
|
|
volumes:
|
|
- ${DOCKER_DB_FOLDER}:/app/db/
|
|
environment:
|
|
- PORT=8080
|
|
- DB_FILE=/app/db/RenewCMS.db
|
|
env_file:
|
|
- ./.env
|