|
@ -65,6 +65,8 @@ services: |
|
|
container_name: netbox_postgres |
|
|
container_name: netbox_postgres |
|
|
hostname: netbox_postgres |
|
|
hostname: netbox_postgres |
|
|
|
|
|
|
|
|
|
|
|
ports: |
|
|
|
|
|
- "3306:3306" |
|
|
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 |
|
|