Skip to content

Commit

Permalink
chore(docker-compose): Add tipi version client env
Browse files Browse the repository at this point in the history
  • Loading branch information
nicotsx committed Feb 4, 2024
1 parent d97fd10 commit b1fb880
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/assets/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ services:
container_name: tipi-worker
image: ghcr.io/runtipi/worker:${TIPI_VERSION}
restart: unless-stopped
deploy:
resources:
limits:
cpus: "1"
memory: 512M
healthcheck:
test:
["CMD", "curl", "-f", "http://localhost:3000/worker-api/healthcheck"]
Expand Down Expand Up @@ -187,6 +192,7 @@ services:
environment:
NODE_ENV: production
TIPI_VERSION: ${TIPI_VERSION}
NEXT_PUBLIC_TIPI_VERSION: 0.0.0
labels:
# Main
traefik.enable: true
Expand Down

0 comments on commit b1fb880

Please sign in to comment.