[firefly] Remove port mapping and add to webproxy network
This commit is contained in:
parent
436d6e1ddf
commit
1413b5dd0b
1 changed files with 5 additions and 6 deletions
|
|
@ -17,8 +17,7 @@ services:
|
||||||
- firefly
|
- firefly
|
||||||
- db
|
- db
|
||||||
- smtp_relay
|
- smtp_relay
|
||||||
ports:
|
- webproxy
|
||||||
- 127.0.0.1:8081:8080
|
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:14@sha256:04a3d3d1475ad37f07d8219d0e5eb46f64ac132bf6e110c772dab45e12e4a919
|
image: postgres:14@sha256:04a3d3d1475ad37f07d8219d0e5eb46f64ac132bf6e110c772dab45e12e4a919
|
||||||
|
|
@ -44,10 +43,9 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- importer-configurations:/app/configurations
|
- importer-configurations:/app/configurations
|
||||||
ports:
|
|
||||||
- 127.0.0.1:8083:8080
|
|
||||||
networks:
|
networks:
|
||||||
- firefly
|
- firefly
|
||||||
|
- webproxy
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
firefly_iii_upload:
|
firefly_iii_upload:
|
||||||
|
|
@ -71,5 +69,6 @@ networks:
|
||||||
firefly:
|
firefly:
|
||||||
db:
|
db:
|
||||||
smtp_relay:
|
smtp_relay:
|
||||||
external:
|
external: true
|
||||||
name: smtp_relay
|
webproxy:
|
||||||
|
external: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue