Carsten Sprung
7f5755b537
- [x] This fixes services being not reachable from inside their own container - [x] Container name must be different to URL hostname Reviewed-on: #76
8 lines
183 B
YAML
8 lines
183 B
YAML
services:
|
|
homepage:
|
|
image: git.csprung.de/carsten/homepage
|
|
container_name: homepage
|
|
restart: "${RESTART:-no}"
|
|
domainname: ${BASE_DOMAIN}
|
|
networks:
|
|
- proxy
|