Skip to content

Commit

Permalink
Add example Docker-Compose.yml file #949
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Aug 21, 2024
1 parent 130a94e commit 911e79d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
services:
atomic-server:
# You can create a .env using `atomic-server generate-dotenv`
env_file: ".env"
image: joepmeneer/atomic-server
container_name: atomic-server
ports:
- 80:80
volumes:
- atomic-storage:/atomic-storage
volumes:
atomic-storage:
driver: local

0 comments on commit 911e79d

Please sign in to comment.