mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-08-03 19:11:54 +08:00
Start moving over services
This commit is contained in:
parent
ab1ef02a5b
commit
1158e27046
8 changed files with 16 additions and 61 deletions
|
@ -4,8 +4,8 @@ services:
|
|||
image: bellamy/wallos:latest
|
||||
container_name: wallos
|
||||
volumes:
|
||||
- wallos_db:/var/www/html/db
|
||||
- wallos_logos:/var/www/html/images/uploads/logos
|
||||
- /home/fern/docker/data/wallos/database:/var/www/html/db
|
||||
- /home/fern/docker/data/wallos/logos:/var/www/html/images/uploads/logos
|
||||
networks:
|
||||
- default
|
||||
- proxy
|
||||
|
@ -19,9 +19,3 @@ networks:
|
|||
default:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
wallos_db:
|
||||
name: wallos_db
|
||||
wallos_logos:
|
||||
name: wallos_logos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue