Asciinema
This commit is contained in:
parent
6f1ffea5fb
commit
e49ba444b6
|
@ -1,6 +1,14 @@
|
|||
services:
|
||||
networks:
|
||||
traefik:
|
||||
external: true
|
||||
default:
|
||||
driver: overlay
|
||||
asciinema:
|
||||
image: git.nixc.us/nixius/asciinema:production-asciinema
|
||||
networks:
|
||||
- traefik
|
||||
- default
|
||||
# ports:
|
||||
# - '80:4000'
|
||||
environment:
|
||||
|
@ -41,6 +49,8 @@ services:
|
|||
|
||||
postgres:
|
||||
image: git.nixc.us/nixius/asciinema:production-postgres
|
||||
networks:
|
||||
- default
|
||||
environment:
|
||||
- POSTGRES_HOST_AUTH_METHOD=trust
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue