Rename app service to people-randomizr-app in docker-compose.yml, update container name, and add Watchtower label for automatic updates.
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m14s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m14s
This commit is contained in:
@@ -1,17 +1,19 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
people-randomizr-app:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: people-randomizr
|
container_name: people-randomizr-app
|
||||||
ports:
|
ports:
|
||||||
- "4399:3000"
|
- "4399:3000"
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- NEXT_TELEMETRY_DISABLED=1
|
- NEXT_TELEMETRY_DISABLED=1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "com.centurylinklabs.watchtower.enable=false"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user