Skip to content
Snippets Groups Projects
Commit fa4dd5b4 authored by David Beniamine's avatar David Beniamine
Browse files

Fix test network poorly committed

parent 9cff09f5
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ services: ...@@ -30,7 +30,7 @@ services:
TRUSTED_PROXY: TRUSTED_PROXY:
REMOTES: REMOTES:
networks: networks:
- postfix-test - postfix
- default - default
postfix: postfix:
...@@ -45,7 +45,7 @@ services: ...@@ -45,7 +45,7 @@ services:
- "./log/postfix:/var/log/postfix" - "./log/postfix:/var/log/postfix"
- "spool_postfix:/var/spool/postfix" - "spool_postfix:/var/spool/postfix"
networks: networks:
- postfix-test - postfix
environment: environment:
POSTFIX_VIRTUAL_DOMAINS: POSTFIX_VIRTUAL_DOMAINS:
MAILNAME: MAILNAME:
...@@ -62,7 +62,7 @@ services: ...@@ -62,7 +62,7 @@ services:
pgsql: pgsql:
image: postgres image: postgres:14
restart: always restart: always
environment: environment:
POSTGRES_PASSWORD: ${SYMPA_DB_PASSWD} POSTGRES_PASSWORD: ${SYMPA_DB_PASSWD}
...@@ -79,7 +79,7 @@ volumes: ...@@ -79,7 +79,7 @@ volumes:
lib_sympa: lib_sympa:
networks: networks:
postfix-test: postfix:
ipam: ipam:
config: config:
- subnet: 10.45.0.0/16 - subnet: 10.42.0.0/16
...@@ -4,7 +4,7 @@ services: ...@@ -4,7 +4,7 @@ services:
sympa: sympa:
networks: networks:
- default - default
- postfix-test - postfix
- dolibarr_shared - dolibarr_shared
networks: networks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment