mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-01-04 07:49:32 -06:00
19 lines
309 B
YAML
19 lines
309 B
YAML
services:
|
|
gokapi:
|
|
image: f0rc3/gokapi:latest
|
|
container_name: gokapi
|
|
ports:
|
|
- "127.0.0.1:53842:53842"
|
|
volumes:
|
|
- gokapi-data:/app/data
|
|
- gokapi-config:/app/config
|
|
restart: always
|
|
|
|
volumes:
|
|
gokapi-data:
|
|
gokapi-config:
|
|
|
|
env_file:
|
|
- path: "./.env"
|
|
required: true
|