update with nuxt4 for docker-web
All checks were successful
Deploy App / deploy (push) Successful in 4m5s
All checks were successful
Deploy App / deploy (push) Successful in 4m5s
This commit is contained in:
@@ -1,16 +1,23 @@
|
||||
services:
|
||||
dockerwebcom:
|
||||
build: .
|
||||
container_name: dockerwebcom
|
||||
dockerwebsite:
|
||||
image: local/dockerwebsite
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: dockerwebsite
|
||||
restart: unless-stopped
|
||||
working_dir: /app
|
||||
ports:
|
||||
- $PORT:3000
|
||||
- "${PORT}:${PORT_EXPOSED}"
|
||||
volumes:
|
||||
- "${MEDIA_DIR}:/mnt/media"
|
||||
environment:
|
||||
VIRTUAL_HOST: '${DOMAIN}'
|
||||
LETSENCRYPT_HOST: '${DOMAIN}'
|
||||
PUID: '${PUID}'
|
||||
PGID: '${PGID}'
|
||||
VIRTUAL_HOST: "${DOMAIN}"
|
||||
LETSENCRYPT_HOST: "${DOMAIN}"
|
||||
PUID: "${PUID}"
|
||||
PGID: "${PGID}"
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: dockerweb
|
||||
external: true
|
||||
|
Reference in New Issue
Block a user