Add Docker Compose setup
This commit is contained in:
commit
91e67968ca
17 changed files with 2683 additions and 0 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
french-journey:
|
||||
build: .
|
||||
container_name: french-journey
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${PORT:-8011}:8011"
|
||||
environment:
|
||||
PORT: 8011
|
||||
Loading…
Add table
Add a link
Reference in a new issue