| PGDATA: /var/lib/postgresql/data/pgdata | PGDATA: /var/lib/postgresql/data/pgdata | ||||
| volumes: | volumes: | ||||
| - ./volumes/db/data:/var/lib/postgresql/data | - ./volumes/db/data:/var/lib/postgresql/data | ||||
| # notice!: if you use windows-wsl2, postgres may not work properly due to the ntfs issue.you can use volumes to mount the data directory to the host. | |||||
| # if you use the following config, you need to uncomment the volumes configuration below at the end of the file. | |||||
| # - postgres:/var/lib/postgresql/data | |||||
| # uncomment to expose db(postgresql) port to host | # uncomment to expose db(postgresql) port to host | ||||
| # ports: | # ports: | ||||
| # - "5432:5432" | # - "5432:5432" | ||||
| ports: | ports: | ||||
| - "80:80" | - "80:80" | ||||
| #- "443:443" | #- "443:443" | ||||
| # notice: if you use windows-wsl2, postgres may not work properly due to the ntfs issue.you can use volumes to mount the data directory to the host. | |||||
| # volumes: | |||||
| # postgres: | |||||
| networks: | networks: | ||||
| # create a network between sandbox, api and ssrf_proxy, and can not access outside. | # create a network between sandbox, api and ssrf_proxy, and can not access outside. | ||||
| ssrf_proxy_network: | ssrf_proxy_network: |