Skip to content

Commit

Permalink
docker: 添加 docker compose,将原有的更改为 dev
Browse files Browse the repository at this point in the history
  • Loading branch information
SALTWOOD committed Aug 27, 2024
1 parent 8018927 commit f6eddd1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
16 changes: 16 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: '3'
services:
93athome:
build:
context: .
dockerfile: Dockerfile
volumes:
- ./certificates:/app/certificates
- ./files:/app/files
- ./data:/app/data
env_file:
- .env
environment:
- IS_IN_DOCKER=true
network_mode: host
restart: unless-stopped
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
version: '3'
services:
93athome:
build:
context: .
dockerfile: Dockerfile
image: saltwood233/ooen93athome
volumes:
- ./certificates:/app/certificates
- ./files:/app/files
Expand Down

0 comments on commit f6eddd1

Please sign in to comment.