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