|
|
@ -6,7 +6,7 @@ networks: |
|
|
|
|
|
|
|
services: |
|
|
|
server: |
|
|
|
image: nicolasconstant/birdsitelive:latest |
|
|
|
image: pasture/birdsitelive:latest |
|
|
|
restart: always |
|
|
|
container_name: birdsitelive |
|
|
|
environment: |
|
|
@ -27,7 +27,7 @@ services: |
|
|
|
- db |
|
|
|
|
|
|
|
db: |
|
|
|
image: postgres:9.6 |
|
|
|
image: postgres:13 |
|
|
|
restart: always |
|
|
|
environment: |
|
|
|
- POSTGRES_USER=birdsitelive |
|
|
|