Skip to content

Commit

Permalink
feat: ✨ add compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesOberreiter committed Feb 26, 2024
1 parent dee9574 commit e475dd2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: '3.8'
services:
server:
container_name: gbif-extinct
image: gbif-extinct
restart: always
#entrypoint: ['bin/bash']
#stdin_open: true # docker run -i
#tty: true # docker run -t
environment:
SQL_PATH: ./db/duck.db
USER_AGENT_PREFIX: production
volumes:
- ./db:/db
ports:
- '1323:1323'

0 comments on commit e475dd2

Please sign in to comment.