mirror of
https://github.com/idanoo/GoDiscMoji
synced 2025-07-02 02:42:15 +00:00
Initial Commit
This commit is contained in:
parent
f278ffc00c
commit
a8b2007f05
13 changed files with 386 additions and 0 deletions
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
services:
|
||||
godiscmoji:
|
||||
container_name: GoDiscMoji
|
||||
build:
|
||||
context: .
|
||||
dockerfile: air/Dockerfile
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- ./src:/app
|
||||
- ./src/build:/data
|
||||
restart: always
|
||||
env_file: ".env"
|
Loading…
Add table
Add a link
Reference in a new issue