Skip to content

Commit

Permalink
File cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandry committed Jan 18, 2020
1 parent 3b55c8d commit 155066a
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions docker-compose.yml
Expand Up @@ -9,7 +9,6 @@ services:
# - "./env:/app/.env"
# ports:
# - "80:80/tcp"
# - "443:443/tcp"
networks:
- shaark
- nginx_net
Expand All @@ -18,25 +17,7 @@ services:
options:
max-size: "10m"
max-file: "5"

# postgres:
# image: postgres
# container_name: postgres_shaark
# restart: unless-stopped
# volumes:
# - /opt/shaark/postgres:/var/lib/postgresql/data
# networks:
# - shaark
# environment:
# POSTGRES_PASSWORD: secret
# POSTGRES_USER: homestead
# POSTGRES_DB: homestead
# logging:
# driver: "json-file"
# options:
# max-size: "10m"
# max-file: "5"


mariadb:
image: mariadb
container_name: mariadb_shaark
Expand Down

0 comments on commit 155066a

Please sign in to comment.