generated from sambuc/tpl.docker-compose
Compare commits
2 Commits
de4a33fef5
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| f5ee001ccc | |||
| ba5726eaf9 |
@@ -8,7 +8,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:9.6
|
image: postgres:13.2-alpine
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_PORT=${POSTGRES_PORT}
|
- POSTGRES_PORT=${POSTGRES_PORT}
|
||||||
@@ -39,6 +39,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- gitea
|
- gitea
|
||||||
- proxy_home
|
- proxy_home
|
||||||
|
# To enable GitHub mirroring
|
||||||
|
- default
|
||||||
volumes:
|
volumes:
|
||||||
- ./gitea:/data
|
- ./gitea:/data
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user