mirror of
https://github.com/Floriansylvain/space-game-api.git
synced 2026-08-19 11:43:19 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
backend:
|
||||
build:
|
||||
dockerfile: ./Dockerfile
|
||||
image: space-game-backend
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "${API_PORT}:${API_PORT}"
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
delay: 5s
|
||||
max_attempts: 3
|
||||
window: 30s
|
||||
Reference in New Issue
Block a user