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:
parent
43963fa09b
commit
ebcb820335
1 changed files with 0 additions and 5 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue