mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
Shared dirs almost ready :D
This commit is contained in:
@@ -23,6 +23,7 @@ services:
|
||||
- ./src/landing/landing:/app/landing
|
||||
- ./src/landing/assets:/app/assets
|
||||
- ./src/landing/rxconfig.py:/app/rxconfig.py
|
||||
- ./src/shared:/app/landing/shared
|
||||
networks:
|
||||
- caddy
|
||||
|
||||
@@ -33,9 +34,11 @@ services:
|
||||
- ./src/about/about:/app/about
|
||||
- ./src/about/assets:/app/assets
|
||||
- ./src/about/rxconfig.py:/app/rxconfig.py
|
||||
- ./src/shared:/app/about/shared
|
||||
networks:
|
||||
- caddy
|
||||
|
||||
|
||||
networks:
|
||||
caddy:
|
||||
name: caddy
|
||||
|
||||
Reference in New Issue
Block a user