merged production and dev containers
This commit is contained in:
@@ -1,14 +1,20 @@
|
||||
version: '3.8'
|
||||
version: '3.3'
|
||||
services:
|
||||
kwaylon:
|
||||
container_name: kwaylon
|
||||
image: kwaylon:latest
|
||||
build: ./
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: .devcontainer/Dockerfile
|
||||
# restart: unless-stopped
|
||||
network_mode: host
|
||||
tty: true
|
||||
stdin_open: true
|
||||
volumes:
|
||||
# give access to the system time as read-only
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- ./src:/usr/app/src
|
||||
- ./data:/usr/app/data
|
||||
- ./:/kwaylon
|
||||
# - ./src:/usr/app/src
|
||||
# - ./data:/usr/app/data
|
||||
# - ./pics:/discord_pics
|
||||
|
||||
Reference in New Issue
Block a user