We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d139d commit 9d214f5Copy full SHA for 9d214f5
.github/workflows/deploy.yml
@@ -34,5 +34,5 @@ jobs:
34
git pull --rebase origin main
35
36
docker compose down
37
- docker compose up --force-recreate --build --detach
+ docker compose --compatibility up --force-recreate --build --detach
38
docker image prune --force
docker-compose.yml
@@ -11,6 +11,10 @@ services:
11
timeout: 30s
12
retries: 3
13
start_period: 40s
14
+ deploy:
15
+ resources:
16
+ limits:
17
+ memory: 2g
18
autoheal:
19
image: willfarrell/autoheal:latest
20
container_name: autoheal
0 commit comments