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