remove ports
This commit is contained in:
parent
57a69367a0
commit
ad0916610e
1 changed files with 0 additions and 4 deletions
|
@ -12,8 +12,6 @@ services:
|
|||
- ./postgres14:/var/lib/postgresql/data
|
||||
environment:
|
||||
- 'POSTGRES_HOST_AUTH_METHOD=trust'
|
||||
ports:
|
||||
- '5432:{{ mastodon_db_port }}'
|
||||
|
||||
redis:
|
||||
restart: always
|
||||
|
@ -24,8 +22,6 @@ services:
|
|||
test: ['CMD', 'redis-cli', 'ping']
|
||||
volumes:
|
||||
- ./redis:/data
|
||||
ports:
|
||||
- '6379:{{ redis_port }}'
|
||||
|
||||
# es:
|
||||
# restart: always
|
||||
|
|
Loading…
Reference in a new issue