Skip to content

Commit

Permalink
pgsql for win
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrcgo committed Mar 21, 2024
1 parent c386174 commit 604b6e8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion postgresql/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@

version: '3'

name: dev

services:

pgsql:
build: .
container_name: pgsql-dev
container_name: pgsql
environment:
- POSTGRES_USER=root
- POSTGRES_PASSWORD=123456
Expand All @@ -20,6 +22,12 @@ services:
service: pgsql
platform: linux/arm/v6

pgsql_win:
extends:
service: pgsql
volumes:
- D:/Docker/pgsql/data:/var/lib/postgresql/data

nas:
image: postgresql:16
container_name: pgsql
Expand Down

0 comments on commit 604b6e8

Please sign in to comment.