mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-10 16:46:17 +00:00
added proxy network
updated services in readme updated homepage
This commit is contained in:
@@ -6,9 +6,10 @@ name: webtrees
|
||||
|
||||
services:
|
||||
webtrees:
|
||||
container_name: webtrees
|
||||
image: ghcr.io/nathanvaughn/webtrees:latest
|
||||
ports:
|
||||
- 82:80
|
||||
- 86:80
|
||||
#- 443:443
|
||||
environment:
|
||||
PRETTY_URLS: "0"
|
||||
@@ -29,7 +30,12 @@ services:
|
||||
volumes:
|
||||
# - ~/certs:/certs/
|
||||
- app_data:/var/www/webtrees/data/
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
# db:
|
||||
# environment:
|
||||
# MARIADB_DATABASE: "webtrees"
|
||||
@@ -46,4 +52,4 @@ volumes:
|
||||
db_data:
|
||||
driver: local
|
||||
app_data:
|
||||
driver: local
|
||||
driver: local
|
||||
|
Reference in New Issue
Block a user