install atropos (demo on /wait)
All checks were successful
Deploy App / deploy (push) Successful in 1m49s
All checks were successful
Deploy App / deploy (push) Successful in 1m49s
This commit is contained in:
@@ -1,20 +1,23 @@
|
||||
services:
|
||||
|
||||
evilspins:
|
||||
build: .
|
||||
image: local/evilspins
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: evilspins
|
||||
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}"
|
||||
volumes:
|
||||
- "${MEDIA_DIR}:/app/media"
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: dockerweb
|
||||
external: true
|
||||
external: true
|
||||
|
Reference in New Issue
Block a user