|
@ -66,7 +66,7 @@ services: |
|
|
hostname: netbox_postgres |
|
|
hostname: netbox_postgres |
|
|
|
|
|
|
|
|
ports: |
|
|
ports: |
|
|
- "3306:3306" |
|
|
|
|
|
|
|
|
- "5439:5432" |
|
|
env_file: env/postgres.env |
|
|
env_file: env/postgres.env |
|
|
volumes: |
|
|
volumes: |
|
|
- ./etc/postgres/var/lib/postgresql/data:/var/lib/postgresql/data |
|
|
- ./etc/postgres/var/lib/postgresql/data:/var/lib/postgresql/data |
|
|