pict-rs-admin/docker/prod/docker-compose.yml
asonix 670f37510a
Some checks failed
/ clippy (push) Successful in 1m15s
/ check (armv7-unknown-linux-musleabihf) (push) Waiting to run
/ check (x86_64-unknown-linux-musl) (push) Waiting to run
/ check (aarch64-unknown-linux-musl) (push) Has been cancelled
/ tests (push) Has been cancelled
Add forgejo dockerfile
2024-02-11 14:51:20 -06:00

19 lines
401 B
YAML

version: '3.3'
services:
pictrs:
image: asonix/pictrs:latest
restart: always
volumes:
- ./volumes/pictrs:/mnt
pictrs-admin:
image: asonix/pictrs-admin:0.2
ports:
- "8084:8084"
restart: always
environment:
- PICTRS_ADMIN__BIND_ADDRESS=0.0.0.0:8084
- PICTRS_ADMIN__PICTRS_ENDPOINT=http://pictrs:8080
- PICTRS_ADMIN__PICTRS_API_KEY=api-key