0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-12 18:18:24 -05:00

🔥 Remove forced container names from devenv compose file.

This commit is contained in:
Andrey Antukh 2021-03-23 11:18:00 +01:00
parent 43963fa09b
commit ebcb820335

View file

@ -70,7 +70,6 @@ services:
postgres: postgres:
image: postgres:13 image: postgres:13
command: postgres -c config_file=/etc/postgresql.conf command: postgres -c config_file=/etc/postgresql.conf
container_name: "penpot-devenv-postgres"
restart: always restart: always
stop_signal: SIGINT stop_signal: SIGINT
environment: environment:
@ -91,8 +90,6 @@ services:
mailer: mailer:
image: sj26/mailcatcher:latest image: sj26/mailcatcher:latest
hostname: mautic-mailer
container_name: mautic-mailer
restart: always restart: always
expose: expose:
- '1025' - '1025'
@ -101,8 +98,6 @@ services:
ldap: ldap:
image: rroemhild/test-openldap:2.1 image: rroemhild/test-openldap:2.1
container_name: mautic-ldap
hostname: mautic-ldap
expose: expose:
- '10389' - '10389'
- '10636' - '10636'