mirror of
https://github.com/daylinmorgan/git-server.git
synced 2024-12-21 19:30:45 -06:00
update docker compose to forgo caddy network
This commit is contained in:
parent
dab09f784d
commit
8c376ff18d
1 changed files with 1 additions and 6 deletions
|
@ -13,9 +13,8 @@ services:
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
|
- "3000:3000"
|
||||||
- "2222:22"
|
- "2222:22"
|
||||||
networks:
|
|
||||||
- caddy
|
|
||||||
|
|
||||||
soft-serve:
|
soft-serve:
|
||||||
container_name: soft-serve
|
container_name: soft-serve
|
||||||
|
@ -29,7 +28,3 @@ services:
|
||||||
- 23233:23233
|
- 23233:23233
|
||||||
- 9418:9418
|
- 9418:9418
|
||||||
|
|
||||||
networks:
|
|
||||||
caddy:
|
|
||||||
external: true
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue