You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
services:
|
|
website:
|
|
build:
|
|
context: .
|
|
container_name: website
|
|
restart: unless-stopped
|
|
ports:
|
|
# https://gist.github.com/aziis98/88af12b32d9cf3eeae3929b93146fd27
|
|
# hash2addr "next.phc.dm.unipi.it"
|
|
- "127.44.207.62:1059:3000"
|
|
volumes:
|
|
- /var/lib/website:/app/data.local
|