mirror of
https://github.com/Floriansylvain/space-game-api.git
synced 2026-08-19 11:43:19 +02:00
16 lines
291 B
YAML
16 lines
291 B
YAML
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
|