Allow external network access
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Useful for connecting to services on private networks for example.
This commit is contained in:
parent
c17c980b69
commit
42b9b27561
@ -3,6 +3,9 @@ services:
|
|||||||
image: 4teamwork/389ds:latest
|
image: 4teamwork/389ds:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./tmp/389ds:/data
|
- ./tmp/389ds:/data
|
||||||
|
networks:
|
||||||
|
- external_network
|
||||||
|
- internal_network
|
||||||
ports:
|
ports:
|
||||||
- "389:3389"
|
- "389:3389"
|
||||||
environment:
|
environment:
|
||||||
@ -22,6 +25,9 @@ services:
|
|||||||
command: bash -c "rm -f /akkounts/tmp/pids/server.pid; bin/dev"
|
command: bash -c "rm -f /akkounts/tmp/pids/server.pid; bin/dev"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/akkounts
|
- .:/akkounts
|
||||||
|
networks:
|
||||||
|
- external_network
|
||||||
|
- internal_network
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
environment:
|
environment:
|
||||||
@ -32,3 +38,8 @@ services:
|
|||||||
LDAP_USE_TLS: "false"
|
LDAP_USE_TLS: "false"
|
||||||
depends_on:
|
depends_on:
|
||||||
- ldap
|
- ldap
|
||||||
|
|
||||||
|
networks:
|
||||||
|
external_network:
|
||||||
|
internal_network:
|
||||||
|
internal: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user