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