diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index b7f5880..b1c7640 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -3,4 +3,5 @@ services: container_name: stupid-apis image: gitea.johannesbot.de/johannesbot/stupid-apis:latest ports: - - "42069:3000" \ No newline at end of file + - "42069:3000" + restart: unless-stopped \ No newline at end of file diff --git a/docker-compose.yaml b/docker-compose.yaml index db47df7..3051189 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,4 +3,5 @@ services: container_name: stupid-apis image: gitea.johannesbot.de/johannesbot/stupid-apis:latest ports: - - "3000:3000" \ No newline at end of file + - "3000:3000" + restart: unless-stopped